home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / dircnt.arc / DIRCNT.DOC < prev    next >
Text File  |  1987-01-18  |  1KB  |  30 lines

  1. This is the documentation file for dircnt.ttp
  2. dircnt.ttp [drives] recursively descends the directory trees
  3. of drives counting the sub directories. It counts the root
  4. but it does not count the cartridge port. When invoked
  5. with no arguments it looks at drives C: and above. It ignores
  6. a drive if its is not installed and prints an error message. If
  7. used on a floppy drive and a disk is not in the drive then it does
  8. not die gracefully.Probably a couple of bombs.
  9. Arguments should be separated by white space.Only the first letter of
  10. a drive is checked so that dircnt.ttp a b is the same as dircnt.ttp ax b.
  11. Please let me know of any bugs or suggestions for improvements.
  12.    David DeGeorge
  13.     princeton!idacrd!dld
  14.     ihnp4!acr011!dld
  15.     ihnp4!rogue!dld
  16.  
  17. example:
  18. dircnt a b c d e f h   on my system with hard disk logical drives c d e, 
  19.                        floppies a b, and ramdisk f
  20. produces:
  21. Drive  h is not installed
  22. The total number of directories on drive A is  2
  23. The total number of directories on drive B is  3
  24. The total number of directories on drive C is  4
  25. The total number of directories on drive D is  5
  26. The total number of directories on drive E is  2
  27. The total number of directories on drive F is  3
  28. The total number of directories counted is 19
  29.  
  30.